home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Internet
/
Chip Internet.iso
/
viewer
/
ghost
/
uppr_gif.ps
< prev
next >
Wrap
Text File
|
1993-03-16
|
311b
|
14 lines
% For putting the upper part of the Postscript output page
% into a 640x480 gif file.
%
% -g640x480 uppr_gif.ps
gsave clippath pathbbox grestore
4 dict begin
/ury exch def /urx exch def /lly exch def /llx exch def
138 137 translate
1.3 1.3 scale
ury urx sub llx ury add neg translate
end